go/types.graphNode.cost (method)

3 uses

	go/types (current package)
		initorder.go#L213: func (n *graphNode) cost() int {
		initorder.go#L274: 		return cmp.Compare(a.cost(), b.cost())